home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFADDCHANNEL / TFADDCHANNEL.txt < prev   
Text File  |  2004-05-31  |  17KB  |  660 lines

  1. object fAddChannel: TfAddChannel
  2.   Left = 266
  3.   Top = 227
  4.   ActiveControl = cxPage
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Channels'
  8.   ClientHeight = 410
  9.   ClientWidth = 592
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   ShowHint = True
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyDown = FormKeyDown
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object bvlBottom: TBevel
  26.     Left = 0
  27.     Top = 368
  28.     Width = 592
  29.     Height = 42
  30.     Align = alBottom
  31.     Shape = bsTopLine
  32.   end
  33.   object shpWizBk: TShape
  34.     Left = 0
  35.     Top = 0
  36.     Width = 136
  37.     Height = 368
  38.     Align = alLeft
  39.     Pen.Color = clWhite
  40.   end
  41.   object imgWizNewGroup: TImage
  42.     Left = 16
  43.     Top = 42
  44.     Width = 106
  45.     Height = 281
  46.     AutoSize = True
  47.     Picture.Data = {<image000.bmp>}
  48.     Visible = False
  49.   end
  50.   object imgWizNewChannel: TImage
  51.     Left = 17
  52.     Top = 47
  53.     Width = 106
  54.     Height = 300
  55.     AutoSize = True
  56.     Picture.Data = {<image001.bmp>}
  57.   end
  58.   object cxPage: TnbPageControl
  59.     Left = 136
  60.     Top = 0
  61.     Width = 456
  62.     Height = 368
  63.     ActivePage = cxTabStart
  64.     Align = alClient
  65.     Options = [pcoTopToBottomText]
  66.     TabOrder = 0
  67.     TabPosition = tpRight
  68.     ClientRectBottom = 368
  69.     ClientRectRight = 433
  70.     ClientRectTop = 0
  71.     object cxTabStart: TcxTabSheet
  72.       Caption = 'Start'
  73.       Color = clWhite
  74.       object htmlAddGroup: THTMLabel
  75.         Left = 32
  76.         Top = 98
  77.         Width = 401
  78.         Height = 19
  79.         AnchorHint = False
  80.         AutoSizing = True
  81.         AutoSizeType = asVertical
  82.         Ellipsis = False
  83.         HintShowFull = False
  84.         Hover = False
  85.         HoverColor = clNone
  86.         HoverFontColor = clNone
  87.         HTMLHint = False
  88.         HTMLText.Strings = (
  89.           '(runtime)')
  90.         ShadowColor = clGray
  91.         ShadowOffset = 2
  92.         Transparent = True
  93.         URLColor = clBlue
  94.         VAlignment = tvaTop
  95.       end
  96.       object lblStart: TLabel
  97.         Left = 32
  98.         Top = 35
  99.         Width = 161
  100.         Height = 19
  101.         Caption = '(SET AT RUN TIME)'
  102.         Font.Charset = DEFAULT_CHARSET
  103.         Font.Color = clBlue
  104.         Font.Height = -16
  105.         Font.Name = 'Tahoma'
  106.         Font.Style = [fsBold]
  107.         ParentFont = False
  108.       end
  109.       object htmlAddChannel: THTMLabel
  110.         Left = 32
  111.         Top = 98
  112.         Width = 401
  113.         Height = 19
  114.         AnchorHint = False
  115.         AutoSizing = True
  116.         AutoSizeType = asVertical
  117.         Ellipsis = False
  118.         HintShowFull = False
  119.         Hover = False
  120.         HoverColor = clNone
  121.         HoverFontColor = clNone
  122.         HTMLHint = False
  123.         HTMLText.Strings = (
  124.           '(runtime)')
  125.         ShadowColor = clGray
  126.         ShadowOffset = 2
  127.         Transparent = True
  128.         URLColor = clBlue
  129.         VAlignment = tvaTop
  130.       end
  131.       object pnlChanSrc: TPanel
  132.         Left = 32
  133.         Top = 160
  134.         Width = 401
  135.         Height = 137
  136.         ParentColor = True
  137.         TabOrder = 0
  138.         object optChanSrc_URL: TRadioButton
  139.           Left = 0
  140.           Top = 7
  141.           Width = 350
  142.           Height = 17
  143.           Caption = 'optChanSrc_URL'
  144.           Checked = True
  145.           TabOrder = 0
  146.           TabStop = True
  147.         end
  148.         object optChanSrc_Dir: TRadioButton
  149.           Left = 0
  150.           Top = 35
  151.           Width = 350
  152.           Height = 17
  153.           Caption = 'optChanSrc_Dir'
  154.           TabOrder = 1
  155.         end
  156.         object optChanSrc_Group: TRadioButton
  157.           Left = 0
  158.           Top = 63
  159.           Width = 350
  160.           Height = 17
  161.           Caption = 'optChanSrc_Group'
  162.           TabOrder = 2
  163.         end
  164.       end
  165.       object pnlGroupSrc: TPanel
  166.         Left = 32
  167.         Top = 247
  168.         Width = 401
  169.         Height = 121
  170.         ParentColor = True
  171.         TabOrder = 1
  172.         object optGroupSrc_Empty: TRadioButton
  173.           Left = 0
  174.           Top = 7
  175.           Width = 350
  176.           Height = 17
  177.           Caption = 'optGroupSrc_Empty'
  178.           Checked = True
  179.           TabOrder = 0
  180.           TabStop = True
  181.         end
  182.         object optGroupSrc_Dir: TRadioButton
  183.           Left = 0
  184.           Top = 34
  185.           Width = 350
  186.           Height = 17
  187.           Caption = 'optGroupSrc_Dir'
  188.           TabOrder = 1
  189.         end
  190.       end
  191.     end
  192.     object cxTabChanURL: TcxTabSheet
  193.       Caption = 'ChanURL'
  194.       Color = clWhite
  195.       object htmlNewsfeedURL: THTMLabel
  196.         Left = 32
  197.         Top = 50
  198.         Width = 369
  199.         Height = 18
  200.         AnchorHint = False
  201.         AutoSizing = True
  202.         AutoSizeType = asVertical
  203.         Ellipsis = False
  204.         HintShowFull = False
  205.         Hover = False
  206.         HoverColor = clNone
  207.         HoverFontColor = clNone
  208.         HTMLHint = False
  209.         HTMLText.Strings = (
  210.           '(read from lang file)')
  211.         ShadowColor = clGray
  212.         ShadowOffset = 2
  213.         Transparent = True
  214.         URLColor = clBlue
  215.         VAlignment = tvaTop
  216.       end
  217.       object htmlNewsfeedAutoDiscover: THTMLabel
  218.         Left = 32
  219.         Top = 143
  220.         Width = 369
  221.         Height = 18
  222.         AnchorHint = False
  223.         AutoSizing = True
  224.         AutoSizeType = asVertical
  225.         Ellipsis = False
  226.         HintShowFull = False
  227.         Hover = False
  228.         HoverColor = clNone
  229.         HoverFontColor = clNone
  230.         HTMLHint = False
  231.         HTMLText.Strings = (
  232.           '(read from lang file)')
  233.         ShadowColor = clGray
  234.         ShadowOffset = 2
  235.         Transparent = True
  236.         URLColor = clBlue
  237.         VAlignment = tvaTop
  238.       end
  239.       object txtNewsFeed: TEdit
  240.         Left = 32
  241.         Top = 99
  242.         Width = 360
  243.         Height = 21
  244.         TabOrder = 0
  245.         Text = 'http://'
  246.       end
  247.       object chkVerifyNewsfeed: TCheckBox
  248.         Left = 32
  249.         Top = 233
  250.         Width = 369
  251.         Height = 17
  252.         Caption = 'Auto-discover and &verify the newsfeed'
  253.         Checked = True
  254.         State = cbChecked
  255.         TabOrder = 1
  256.       end
  257.     end
  258.     object cxTabChanTitle: TcxTabSheet
  259.       Caption = 'ChanTitle'
  260.       Color = clWhite
  261.       object htmlChanTitle: THTMLabel
  262.         Left = 32
  263.         Top = 50
  264.         Width = 369
  265.         Height = 18
  266.         AnchorHint = False
  267.         AutoSizing = True
  268.         AutoSizeType = asVertical
  269.         Ellipsis = False
  270.         HintShowFull = False
  271.         Hover = False
  272.         HoverColor = clNone
  273.         HoverFontColor = clNone
  274.         HTMLHint = False
  275.         HTMLText.Strings = (
  276.           '(read from lang file)')
  277.         ShadowColor = clGray
  278.         ShadowOffset = 2
  279.         Transparent = True
  280.         URLColor = clBlue
  281.         VAlignment = tvaTop
  282.       end
  283.       object htmlDestGroup: THTMLabel
  284.         Left = 32
  285.         Top = 139
  286.         Width = 369
  287.         Height = 18
  288.         AnchorHint = False
  289.         AutoSizing = True
  290.         AutoSizeType = asVertical
  291.         Ellipsis = False
  292.         HintShowFull = False
  293.         Hover = False
  294.         HoverColor = clNone
  295.         HoverFontColor = clNone
  296.         HTMLHint = False
  297.         HTMLText.Strings = (
  298.           '(read from lang file)')
  299.         ShadowColor = clGray
  300.         ShadowOffset = 2
  301.         Transparent = True
  302.         URLColor = clBlue
  303.         VAlignment = tvaTop
  304.         Visible = False
  305.       end
  306.       object txtChanTitle: TnbChannelTitleEdit
  307.         Left = 32
  308.         Top = 94
  309.         Width = 257
  310.         Height = 21
  311.         MaxLength = 255
  312.         TabOrder = 0
  313.       end
  314.       object nbDestGroupList: TnbListingListBox
  315.         Left = 32
  316.         Top = 169
  317.         Width = 393
  318.         Height = 164
  319.         Style = lbOwnerDrawVariable
  320.         ItemHeight = 16
  321.         TabOrder = 1
  322.         Visible = False
  323.         HighlightItemIndex = -1
  324.       end
  325.     end
  326.     object cxTabListTitle: TcxTabSheet
  327.       Caption = 'ListTitle'
  328.       Color = clWhite
  329.       object htmlGroupTitle: THTMLabel
  330.         Left = 32
  331.         Top = 50
  332.         Width = 340
  333.         Height = 19
  334.         AnchorHint = False
  335.         AutoSizing = True
  336.         AutoSizeType = asVertical
  337.         Ellipsis = False
  338.         HintShowFull = False
  339.         Hover = False
  340.         HoverColor = clNone
  341.         HoverFontColor = clNone
  342.         HTMLHint = False
  343.         HTMLText.Strings = (
  344.           '(read from lang file)')
  345.         ShadowColor = clGray
  346.         ShadowOffset = 2
  347.         Transparent = True
  348.         URLColor = clBlue
  349.         VAlignment = tvaTop
  350.       end
  351.       object txtListTitle: TEdit
  352.         Left = 32
  353.         Top = 94
  354.         Width = 340
  355.         Height = 21
  356.         TabOrder = 0
  357.       end
  358.     end
  359.     object cxTabDirectory: TcxTabSheet
  360.       Caption = 'Dir'
  361.       Color = clWhite
  362.       object htmlDirectory: THTMLabel
  363.         Left = 32
  364.         Top = 50
  365.         Width = 369
  366.         Height = 19
  367.         AnchorHint = False
  368.         AutoSizing = True
  369.         AutoSizeType = asVertical
  370.         Ellipsis = False
  371.         HintShowFull = False
  372.         Hover = False
  373.         HoverColor = clNone
  374.         HoverFontColor = clNone
  375.         HTMLHint = False
  376.         HTMLText.Strings = (
  377.           '(set at runtime)')
  378.         ShadowColor = clGray
  379.         ShadowOffset = 2
  380.         Transparent = True
  381.         URLColor = clBlue
  382.         VAlignment = tvaTop
  383.       end
  384.       object cboDirectory: TComboBox
  385.         Left = 32
  386.         Top = 94
  387.         Width = 321
  388.         Height = 24
  389.         ItemHeight = 0
  390.         TabOrder = 1
  391.         OnChange = cboDirectoryChange
  392.       end
  393.       object btnDirLocal: TBitBtn
  394.         Left = 357
  395.         Top = 94
  396.         Width = 27
  397.         Height = 21
  398.         TabOrder = 0
  399.         OnClick = btnDirLocalClick
  400.         Glyph.Data = {
  401.           36030000424D3603000000000000360000002800000010000000100000000100
  402.           18000000000000030000120B0000120B00000000000000000000FF00FFFF00FF
  403.           FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  404.           FFFF00FFFF00FFFF00FFFF00FF1696CB1F9FD11293CBFF00FFFF00FFFF00FFFF
  405.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF1696CB
  406.           9AF3FB6CEAF830B1DC30B1DC30B1DC1FA0D31395CBFF00FFFF00FFFF00FFFF00
  407.           FFFF00FFFF00FFFF00FFFF00FF1696CB90E2F287FFFF7FFBFF81FAFF7DF4FF74
  408.           EEFE69E3F830B1DC30B1DC23A5D5FF00FFFF00FFFF00FFFF00FFFF00FF1696CB
  409.           72CBE696FEFF77F6FF78F3FF77F2FF76F2FF76F0FF77F0FF7DF3FF5AD3F2199A
  410.           D0FF00FFFF00FFFF00FFFF00FF1696CB1696CB95EBF878F8FF78F3FF77F2FF75
  411.           F0FF74EEFE72EDFE73EDFF5CD5F33CBBE3FF00FFFF00FFFF00FFFF00FF1696CB
  412.           60DDF01696CB87FEFF74F4FF75F3FF73F0FF74EEFE72EDFE73EDFF57D3F20156
  413.           03189CCFFF00FFFF00FFFF00FF1696CB7AF7FC1696CB92E2F292EBF88EEDFA8A
  414.           F4FF73EFFF70EDFE0156030C7518058C0D015603FF00FFFF00FFFF00FF1696CB
  415.           86FEFF6CEEFA1696CB1696CB1696CB1696CB9AEEFA046A09058C0D058C0D058C
  416.           0D199C2E0F92CAFF00FFFF00FF1696CB82FBFF7EFAFF7DFAFF7DF8FF77F4FF51
  417.           D4EF036406046A09035A08058C0D058C0D058C0D097412FF00FFFF00FF1696CB
  418.           83FCFF7BF8FF79F6FF78F3FF79F4FF7AF7FF6AEAFC1696CB035A0813A1240156
  419.           03015603015603FF00FFFF00FF1696CB8EFFFF7BFBFF79F7FF7AF6FF76E7F877
  420.           E6F87DE9FB7EEDFC0364062AC04C015603036906015603FF00FFFF00FF1392CA
  421.           1696CB87F2FA88F4FC0156031899CE1392CA1696CB0364063ED76D3ED76D0156
  422.           03FF00FFFF00FFFF00FFFF00FFFF00FFFF00FF1696CB1C99CE1898CC0156033E
  423.           D76D3ED76D3ED76D015603015603036706FF00FFFF00FFFF00FFFF00FFFF00FF
  424.           FF00FFFF00FFFF00FFFF00FFFF00FF015603015603015603036406025F05FF00
  425.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  426.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF}
  427.       end
  428.     end
  429.     object cxTabListing: TcxTabSheet
  430.       Caption = 'Listing'
  431.       Color = clWhite
  432.       object htmlGroup: THTMLabel
  433.         Left = 32
  434.         Top = 50
  435.         Width = 390
  436.         Height = 19
  437.         AnchorHint = False
  438.         AutoSizing = True
  439.         AutoSizeType = asVertical
  440.         Ellipsis = False
  441.         HintShowFull = False
  442.         Hover = False
  443.         HoverColor = clNone
  444.         HoverFontColor = clNone
  445.         HTMLHint = False
  446.         HTMLText.Strings = (
  447.           'Select the <B>listing</B> from which to copy channels')
  448.         ShadowColor = clGray
  449.         ShadowOffset = 2
  450.         Transparent = True
  451.         URLColor = clBlue
  452.         VAlignment = tvaTop
  453.       end
  454.       object lstGroups: TnbListingListBox
  455.         Left = 32
  456.         Top = 94
  457.         Width = 390
  458.         Height = 241
  459.         Style = lbOwnerDrawVariable
  460.         ItemHeight = 13
  461.         TabOrder = 0
  462.         OnDblClick = lstGroupsDblClick
  463.         HighlightItemIndex = -1
  464.       end
  465.     end
  466.     object cxTabChannelList: TcxTabSheet
  467.       Caption = 'Chan List'
  468.       Color = clWhite
  469.       object htmlChannelList: THTMLabel
  470.         Left = 8
  471.         Top = 14
  472.         Width = 430
  473.         Height = 19
  474.         AnchorHint = False
  475.         AutoSizing = True
  476.         AutoSizeType = asVertical
  477.         Ellipsis = False
  478.         HintShowFull = False
  479.         Hover = False
  480.         HoverColor = clNone
  481.         HoverFontColor = clNone
  482.         HTMLHint = False
  483.         HTMLText.Strings = (
  484.           'Place a checkmark next to each channel you wish to add.')
  485.         ShadowColor = clGray
  486.         ShadowOffset = 2
  487.         Transparent = True
  488.         URLColor = clBlue
  489.         VAlignment = tvaTop
  490.       end
  491.       object lblFilterList: TLabel
  492.         Left = 8
  493.         Top = 328
  494.         Width = 22
  495.         Height = 13
  496.         Caption = 'Filter'
  497.       end
  498.       object lvwChannelList: TnbChannelListView
  499.         Left = 8
  500.         Top = 40
  501.         Width = 430
  502.         Height = 273
  503.         BevelInner = bvNone
  504.         BevelKind = bkFlat
  505.         BorderStyle = bsNone
  506.         Checkboxes = True
  507.         Columns = <>
  508.         GridLines = True
  509.         HideSelection = False
  510.         ReadOnly = True
  511.         RowSelect = True
  512.         SortType = stText
  513.         TabOrder = 0
  514.         ViewStyle = vsReport
  515.         OnClick = lvwChannelListClick
  516.       end
  517.       object txtFilter: TEdit
  518.         Left = 61
  519.         Top = 325
  520.         Width = 159
  521.         Height = 21
  522.         TabOrder = 1
  523.         OnEnter = txtFilterEnter
  524.         OnExit = txtFilterExit
  525.         OnKeyDown = txtFilterKeyDown
  526.         OnKeyUp = txtFilterKeyUp
  527.       end
  528.       object btnSelectAll: TButton
  529.         Left = 254
  530.         Top = 324
  531.         Width = 89
  532.         Height = 25
  533.         Caption = 'btnSelectAll'
  534.         TabOrder = 2
  535.         OnClick = btnSelectAllClick
  536.       end
  537.       object btnUnselectAll: TButton
  538.         Left = 349
  539.         Top = 324
  540.         Width = 89
  541.         Height = 25
  542.         Caption = 'btnUnselectAll'
  543.         TabOrder = 3
  544.         OnClick = btnUnselectAllClick
  545.       end
  546.     end
  547.     object cxTabChanFin: TcxTabSheet
  548.       Caption = 'ChanFin'
  549.       Color = clWhite
  550.       object htmlChanFinish: THTMLabel
  551.         Left = 30
  552.         Top = 32
  553.         Width = 393
  554.         Height = 49
  555.         AnchorHint = False
  556.         AutoSizing = False
  557.         AutoSizeType = asVertical
  558.         Ellipsis = False
  559.         HintShowFull = False
  560.         Hover = False
  561.         HoverColor = clNone
  562.         HoverFontColor = clNone
  563.         HTMLHint = False
  564.         HTMLText.Strings = (
  565.           '(read from lang resource)')
  566.         ShadowColor = clGray
  567.         ShadowOffset = 2
  568.         URLColor = clBlue
  569.         VAlignment = tvaTop
  570.       end
  571.     end
  572.     object cxTabListingFinish: TcxTabSheet
  573.       Caption = 'ListFin'
  574.       Color = clWhite
  575.       object htmlListFinish: THTMLabel
  576.         Left = 30
  577.         Top = 32
  578.         Width = 393
  579.         Height = 49
  580.         AnchorHint = False
  581.         AutoSizing = False
  582.         AutoSizeType = asVertical
  583.         Ellipsis = False
  584.         HintShowFull = False
  585.         Hover = False
  586.         HoverColor = clNone
  587.         HoverFontColor = clNone
  588.         HTMLHint = False
  589.         HTMLText.Strings = (
  590.           '(read from lang resource)')
  591.         ShadowColor = clGray
  592.         ShadowOffset = 2
  593.         URLColor = clBlue
  594.         VAlignment = tvaTop
  595.       end
  596.     end
  597.   end
  598.   object btnNext: TButton
  599.     Left = 411
  600.     Top = 377
  601.     Width = 75
  602.     Height = 25
  603.     Caption = 'Next >'
  604.     Default = True
  605.     TabOrder = 1
  606.     OnClick = btnNextClick
  607.   end
  608.   object btnCancel: TButton
  609.     Left = 504
  610.     Top = 377
  611.     Width = 75
  612.     Height = 25
  613.     Cancel = True
  614.     Caption = 'Cancel'
  615.     ModalResult = 2
  616.     TabOrder = 2
  617.   end
  618.   object btnBack: TButton
  619.     Left = 331
  620.     Top = 377
  621.     Width = 75
  622.     Height = 25
  623.     Caption = '< &Back'
  624.     Enabled = False
  625.     TabOrder = 3
  626.     OnClick = btnBackClick
  627.   end
  628.   object pnlStatus: TPanel
  629.     Left = 13
  630.     Top = 379
  631.     Width = 223
  632.     Height = 21
  633.     Alignment = taLeftJustify
  634.     BevelOuter = bvNone
  635.     TabOrder = 4
  636.   end
  637.   object btnStopHttp: TButton
  638.     Left = 245
  639.     Top = 379
  640.     Width = 57
  641.     Height = 21
  642.     Caption = '&Stop'
  643.     TabOrder = 5
  644.     Visible = False
  645.     OnClick = btnStopHttpClick
  646.   end
  647.   object appEvents: TApplicationEvents
  648.     OnActivate = appEventsActivate
  649.     Left = 24
  650.     Top = 369
  651.   end
  652.   object tmrFilter: TTimer
  653.     Enabled = False
  654.     Interval = 750
  655.     OnTimer = tmrFilterTimer
  656.     Left = 544
  657.     Top = 369
  658.   end
  659. end
  660.